error - [resolve] /turbopack/crates/turbopack-tests/tests/snapshot/imports/resolve_error_esm/input/index.js:1:0  Module not found: Can't resolve 'does-not-exist/path'
  
         + v-----------------------------------v
       1 + import dne from 'does-not-exist/path'
         + ^-----------------------------------^
       2 | 
       3 | console.log(dne)
       4 | console.log({}[dne])
       5 | 
  
  
  
  | It was not possible to find the requested file.
  | Parsed request as written in source code: module 'does-not-exist' with subpath '/path'
  | Path where resolving has started: [project]/turbopack/crates/turbopack-tests/tests/snapshot/imports/resolve_error_esm/input/index.js
  | Type of request: EcmaScript Modules (part) request
  |